home *** CD-ROM | disk | FTP | other *** search
- -- background: 2567 from stack: in
- -- bmap block id: 4129
- -- flags: 4000
- -- background id: 0
- -- name:
-
-
- -- part 1 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=77 top=90 right=108 bottom=370
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Title
-
-
- -- part 2 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=77 top=123 right=141 bottom=370
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Artist
-
-
- -- part 4 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=77 top=156 right=174 bottom=115
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Catagory
-
-
- -- part 3 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=210 top=156 right=174 bottom=248
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Media
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=445 top=245 right=284 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 22308 / 22308
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next Card
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve to card
- go to next card
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=398 top=245 right=284 bottom=446
- -- title width / last selected line: 0
- -- icon id / first selected line: 19381 / 19381
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Previous Card
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve to card
- go to previous card
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=421 top=283 right=322 bottom=469
- -- title width / last selected line: 0
- -- icon id / first selected line: 14953 / 14953
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- pop card
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=14 top=222 right=267 bottom=62
- -- title width / last selected line: 0
- -- icon id / first selected line: 1011 / 1011
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go home
- end mouseUp
-
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=445 top=157 right=202 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 20186 / 20186
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sort
- ----- HyperTalk script -----
- on mouseUp
- answer "Sort all cards of this stack according to:" with "Catagory" or "Media" or "Artist"
- if it is "Artist"
- then sort by field 2
- else if it is "Catagory"
- then sort by field 3
- else if it is "Media"
- then sort by field 4
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=445 top=201 right=246 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 32670 / 32670
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: View
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open to card
- show all cards
- end mouseUp
-
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=114 top=140 right=166 bottom=137
- -- title width / last selected line: 0
- -- icon id / first selected line: 19678 / 19678
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Tell Me About Catagory
- ----- HyperTalk script -----
- on mouseUp
- show bkgnd field "Cat Help"
- put script of bkgnd field "Cat Help" into bkgnd field "Cat Help"
- show bkgnd button id 25
- end mouseUp
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=369 top=140 right=166 bottom=392
- -- title width / last selected line: 0
- -- icon id / first selected line: 19678 / 19678
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Tell Me About Style
- ----- HyperTalk script -----
- on mouseUp
- show bkgnd field id 27
- put script of bkgnd field id 27 into bkgnd field id 27
- show bkgnd button id 30
- end mouseUp
-
-
- -- part 16 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=332 top=156 right=174 bottom=370
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Style
-
-
- -- part 17 (field)
- -- low flags: 00
- -- high flags: 0007
- -- rect: left=77 top=186 right=317 bottom=370
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=247 top=140 right=166 bottom=270
- -- title width / last selected line: 0
- -- icon id / first selected line: 19678 / 19678
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Tell Me About Media
- ----- HyperTalk script -----
- on mouseUp
- show bkgnd field id 26
- put script of bkgnd field id 26 into bkgnd field id 26
- show bkgnd button id 29
- end mouseUp
-
-
- -- part 18 (field)
- -- low flags: 81
- -- high flags: 2007
- -- rect: left=77 top=186 right=317 bottom=370
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Cat Help
- ----- HyperTalk script -----
- Enter the catagory of the Artist here.
- For example:
-
- GP (Group)
- SM (Solo Male)
- SF (Solo Female)
- VA (Various Artist)
- etc.
-
-
- -- part 22 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=77 top=186 right=317 bottom=370
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 251
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Cat Help
- ----- HyperTalk script -----
- This is a test to see what will happen
- with the catagory help.
-
-
-
- -- part 25 (button)
- -- low flags: 80
- -- high flags: 8005
- -- rect: left=295 top=297 right=317 bottom=354
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Otay!
- ----- HyperTalk script -----
- on mouseUp
- hide bkgnd field id 18
- hide bkgnd button id 25
- end mouseUp
-
-
-
- -- part 26 (field)
- -- low flags: 81
- -- high flags: 2007
- -- rect: left=77 top=186 right=317 bottom=370
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Med Help
- ----- HyperTalk script -----
- Enter the type of media in this field.
- For example:
-
- AL (Album)
- CD (Compact Disc)
- CS (Cassette Tape)
- 8T (8 Track Tape)
- LD (Laser Disc)
- etc.
-
-
- -- part 27 (field)
- -- low flags: 81
- -- high flags: 2007
- -- rect: left=77 top=186 right=317 bottom=370
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Style Help
- ----- HyperTalk script -----
- Enter the style of the music in this field.
- For example:
-
- RR (Rock'n'Roll)
- PP (Pop)
- CW (Country & Western)
- SL (Soul)
- etc.
-
-
- -- part 28 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=468 top=22 right=36 bottom=511
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Time
-
-
- -- part 29 (button)
- -- low flags: 80
- -- high flags: 8005
- -- rect: left=296 top=299 right=317 bottom=354
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Otay!
- ----- HyperTalk script -----
- on mouseUp
- hide bkgnd field id 26
- hide bkgnd button id 29
- end mouseUp
-
-
-
- -- part 30 (button)
- -- low flags: 80
- -- high flags: 8005
- -- rect: left=296 top=299 right=317 bottom=354
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Otay!
- ----- HyperTalk script -----
- on mouseUp
- hide bkgnd field id 27
- hide bkgnd button id 30
- end mouseUp
-
-
-
- -- part 31 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=463 top=110 right=129 bottom=490
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- show bkgnd button id 38
- play "boing"
- wait 3 seconds
- hide bkgnd button id 38
- end mouseUp
-
-
-
- -- part 32 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=432 top=101 right=122 bottom=458
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- show bkgnd button id 38
- play "boing"
- wait 3 seconds
- hide bkgnd button id 38
- end mouseUp
-
-
-
- -- part 33 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=387 top=118 right=139 bottom=413
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- play "Boing"
- push card
- visual effect iris open
- go to card id 3980
- end mouseUp
-
-
-
- -- part 34 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=398 top=157 right=202 bottom=446
- -- title width / last selected line: 0
- -- icon id / first selected line: 1009 / 1009
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Find...
- ----- HyperTalk script -----
- on mouseUp
- doMenu "Find..."
- end mouseUp
-
-
-
- -- part 35 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=445 top=36 right=60 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 19678 / 19678
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- play "Boing"
- push card
- visual effect iris open
- go to card id 3980
- end mouseUp
-
-
-
- -- part 36 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=398 top=201 right=246 bottom=446
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Reports
- ----- HyperTalk script -----
- on mouseUp
- doMenu "Print Report..."
- end mouseUp
-
-
-
- -- part 38 (button)
- -- low flags: 80
- -- high flags: 8000
- -- rect: left=7 top=274 right=327 bottom=67
- -- title width / last selected line: 0
- -- icon id / first selected line: 32482 / 32482
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hi There!!
-